Platform Explorer / Nuxeo Platform 2023.10

Operation PDF.ConvertToPictures (PDF: Convert to Pictures)

Description

Convert each page of a PDF into a picture. Returns Blob list of pictures.
Operation id PDF.ConvertToPictures
Category Conversion
Label PDF: Convert to Pictures
Requires
Since

Parameters

Name Description Type Required Default value
fileName string no  
password string no  
xpath string no file:content 

Signature

Inputs document
Outputs bloblist

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.pdf.operations.PDFConvertToPicturesOperation
Contributing Component org.nuxeo.ecm.platform.pdf.operations

JSON Definition

{
  "id" : "PDF.ConvertToPictures",
  "label" : "PDF: Convert to Pictures",
  "category" : "Conversion",
  "requires" : null,
  "description" : "Convert each page of a PDF into a picture. Returns Blob list of pictures.",
  "url" : "PDF.ConvertToPictures",
  "signature" : [ "document", "bloblist" ],
  "params" : [ {
    "name" : "fileName",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "password",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "xpath",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ "file:content" ]
  } ]
}